CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小 二乘法曲线 拟合

搜索资源列表

  1. 最小二乘法的曲线拟合

    0下载:
  2. 使用最小的二乘法实现对曲线的拟合。并输出最后的拟合曲线-use of the two smallest multiplication achieve the right curve fitting. And the final output curve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1482
    • 提供者:5437
  1. chengxu

    1下载:
  2. 用vc++求解五阶矩阵的算法代码,可以用于图像处理的最小二乘法椭圆拟合曲线
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:王里
  1. Moving-Least-Squares-Methods

    0下载:
  2. 移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。-Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:753078
    • 提供者:jack
  1. srir

    0下载:
  2. 最小二乘法——一般多项式拟合曲线,并以x-eexp(-x) 0<=x<=2 ,为例进行拟合-Least square method- general polynomial fitting curve, and x-eexp (-x) 0 < = x < = 2, as an example, fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1045
    • 提供者:953427
  1. Movingleastsquaremethodbasedonthecurveandsurfacefi

    0下载:
  2. 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法这种方法对传统的最小二乘(LS)法的作了比较大的改进使生成的曲线曲面具 有精度高光滑性好等许多优点详细介绍了移动最小二乘法的原理应用和特点并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程最后给出了曲线拟合和空间散 乱数据曲面拟合算例将拟合结果与最小二乘拟合结果作了比较分析了MLS 拟合曲线曲 面的光滑性和拟合质量表明了该方法的优越性和有效性-The establis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:468467
    • 提供者:chenruibao
  1. erchengfa

    0下载:
  2. 基于高斯变换的最小二乘法程序,用于曲线拟合-a very good program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:9668
    • 提供者:李超俊
  1. eigen

    0下载:
  2. 此程序为用matlab编写的基于最小二乘法通过求解广义矩阵特征值及特征向量进行椭圆曲线拟合程序。 程序中x,y分别为采样点的横纵坐标。生成的结果矩阵为椭圆曲线aX^2+bXY+cY^2+dX+eY+f=0中的各项系数。-This program was written with matlab by solving the generalized least square method based on matrix values and eigen vectors of the ellipt
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:527
    • 提供者:kone_zhang
  1. a2q1

    0下载:
  2. 带插值条件的最小二乘法曲线拟合在油罐计量系统中的应用研究.-Least squares with interpolation condition curve fitting in the measurement system of applied research.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:361327
    • 提供者:de
  1. quxiannihe

    0下载:
  2. 曲线拟合,包括直线、平面、椭圆,还有最小二乘法曲线拟合-Curve fitting, line, plane, oval, as well as the method of least squares curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:91833
    • 提供者:肉肉蓉
  1. polyfit

    0下载:
  2. 最小二乘法曲线拟合,拟合次数最高可到20次,次数越高误差会越大-polyfilt function using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:周峰华
  1. nihe

    0下载:
  2. 拟合多项式,包括了四种方法(多项式相关系数的计算方法(多项式形式1))、(最小二乘法曲线拟合)、(三次样条插值(自然边界条件))。-Fitting polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4173
    • 提供者:张淼
  1. about-LabVIEW8.5-the-curve-fitting-

    0下载:
  2. 基于LabVIEW8.5的最小二乘法曲线拟合研究-Based on the least-squares curve fitting LabVIEW8.5 Research
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:118826
    • 提供者:dongchao
  1. zui-xiao-er-cheng-fa-qu-xian-ni-he

    0下载:
  2. 数值分析与计算--最小二乘法曲线拟合的实验源码-Numerical analysis and calculation- least squares curve fitting experimental source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7448
    • 提供者:yili
  1. erchengfa

    0下载:
  2. 简单方便的最小二乘法曲线拟合,运用一个实例程序很好的解释了曲线拟合方法-Simple and convenient method of least squares curve fitting, using a good explanation of the example program of curve fitting method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:844
    • 提供者:皮皮鲁
  1. least_square_method

    0下载:
  2. 最小二乘法曲线拟合的MATLAB程序,输出拟合曲线。-Least squares curve fitting program MATLAB, the output curve fitting.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:894
    • 提供者:于金波
  1. BestFitting

    0下载:
  2. 使用java实现最小二乘算法,实现曲线拟合,实现多项式拟合(Using java algorithm to achieve the least squares, curve fitting, polynomial fitting)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:qingfenglife
  1. 矩阵运算

    0下载:
  2. 用最小二乘法对时间序列进行周期拟合,求出周期曲线的参数,并求出拟合的精度评价。(The least square method is used to fit the time series, the parameters of the periodic curve are obtained, and the accuracy of the fitting is evaluated.)
  3. 所属分类:其他

  1. Language

    1下载:
  2. 程序实现线性插值、抛物插值、牛顿多项式插值、等距节点插值、最小二乘法的曲线拟合对函数进行近似(The function is approximated by linear interpolation, parabolic interpolation, Newton polynomial interpolation, equidistant node interpolation, and least square curve fitting.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:烟雨萌萌
  1. fanruade

    0下载:
  2. 最小二乘法曲线拟合TC程序 最小二乘法曲线拟合TC程序()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:681984
    • 提供者:cobekx
  1. PQnihe

    0下载:
  2. 试验得到的负荷数据(有功、无功),通过曲线拟合辨识模型参数。最小二乘法原理(The load data (active and reactive power) obtained from the test are identified by curve fitting. Principle of least square method)
  3. 所属分类:其他

    • 发布日期:2020-05-28
    • 文件大小:72704
    • 提供者:momo2
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com